ConnectionGetFolderNames Method |
Returns a variant array of all subfolders names that are located under the specified folder path.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object GetFolderNames(
string vaultidentifier,
string folderpath = "\"
)
Public Function GetFolderNames (
vaultidentifier As String,
Optional folderpath As String = "\"
) As Object
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the folder resides. - folderpath (Optional)
- Type: SystemString
Optional. Path of the folder. By default it is the root of the vault.
Return Value
Type:
ObjectArray where each element contains a name of a subfolder that is a child of the specified one.
Remarks
Was incorrect in the VB6 version. Did not close repository.
See Also